const crypto/tls.alertNoRenegotiation

6 uses

	crypto/tls (current package)
		alert.go#L51: 	alertNoRenegotiation              alert = 100
		alert.go#L87: 	alertNoRenegotiation:              "no renegotiation",
		conn.go#L838: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L1254: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1259: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1262: 			return c.sendAlert(alertNoRenegotiation)